func sort.rotate

2 uses

	sort (current package)
		sort.go#L497: 		rotate(data, start, m, end)
		sort.go#L511: func rotate(data Interface, a, m, b int) {